ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / Gs1DataBarBaseTagHelper<TControl> Class / LabelPosition Property

In This Topic
    LabelPosition Property (Gs1DataBarBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Gs1DataBarBase.LabelPosition. Sets where to render the value of the control.
    Syntax
    'Declaration
     
    Public Overridable Property LabelPosition As LabelPosition
    public virtual LabelPosition LabelPosition {get; set;}
    See Also